home *** CD-ROM | disk | FTP | other *** search
-
- SINH(3) UNIX Programmer's Manual SINH(3)
-
- NNAAMMEE
- ssiinnhh - hyperbolic sine function
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<mmaatthh..hh>>
-
- _d_o_u_b_l_e
- ssiinnhh(_d_o_u_b_l_e _x)
-
- _f_l_o_a_t
- ssiinnhhff(_f_l_o_a_t _x)
-
- DDEESSCCRRIIPPTTIIOONN
- The ssiinnhh() function computes the hyperbolic sine of _x.
-
- RREETTUURRNN VVAALLUUEESS
- The ssiinnhh() function returns the hyperbolic sine value unless the magni-
- tude of _x is too large; in this event, the global variable _e_r_r_n_o is set
- to ERANGE.
-
- SSEEEE AALLSSOO
- acos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), sin(3),
- tan(3), tanh(3), math(3)
-
- SSTTAANNDDAARRDDSS
- The ssiinnhh() function conforms to ANSI C3.159-1989 (``ANSI C'').
-
- BSD Experimental April 19, 1991 1
-